/* margins */
@media only screen and (max-width: 992px) {
    div .mobile-pr-pl--15 {
        padding: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div .mobile-mr-ml--auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.mb--30 {
    margin-bottom: 30px;
}
.pr--0 {
    padding-right: 0 !important;
}

.pl--0 {
    padding-left: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mr--10perc {
    margin-right: 10%;
}

.m--0 {
    margin: 0;
}

.ml--0 {
    margin-left: 0 !important;
}

.mr--0 {
    margin-right: 0 !important;
}
.mr--17 {
    margin-right: 17px;
}

.m--50 {
    margin: 50px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mb--42 {
    margin-bottom: 42px;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.ml--3 {
    margin-left: 3px;
}

.mt--38 {
    margin-top: 38px;
}

.mt--3 {
    margin-top: 3px !important;
}

.mt--30{
    margin-top: 30px !important;
}

.mr--3 {
    margin-right: 3px;
}
.mb--3 {
    margin-bottom: 3px;
}
.mt--52 {
    margin-top: 52px;
}

.mt--52 {
    margin-bottom: 52px;
}
.mb-17 {
    margin-bottom: 17px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-17 {
    margin-top: 17px !important;
}

.mb-23 {
    margin-bottom: 23px !important;
}

.mr--15 {
    margin-right: 15px !important;
}

.mt--85 {
    margin-top: 85px;
}

.mr--100 {
    margin-right: 100px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-23 {
    margin-top: 23px !important;
}
/* fonts */
.font--inter {
    font-family: "Inter"  !important;
}

.font--calibre {
    font-family: "Calibre" !important;
}

/* border color */
.border--solid {
    border: 1px solid;
}

.menu--title--description {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #787878;
    margin: 16px 0;
}

.materia .menu--title--description,
.materia .menu--title--description * {
    font-size: 14px !important;
    font-family: "Inter" !important;
}

.p-17 {
    padding: 17px;
}

.w-100 {
    width: 100% !important;
}

.d--flex {
    display: flex;
}

.flex-justify--center {
    justify-content: center;
}

.flex-align--center {
    align-items: center;
}

.flex--column {
    flex-direction: column;
}

.position--relative {
    position: relative;
}

.position--absolute {
    position: absolute;
}

.border--red {
    border-color: red !important;
}

.cursor--pointer {
    cursor: pointer !important;
}

.user-select--none {
    user-select: none !important;
}

.display--none {
    display: none !important;
}

.border--dotted {
    border: 1px dotted rgba(66, 66, 66, 0.2);
}

/* drag and drop */
.highlight {
    border-color: rgb(50, 7, 150);
}
p {
    margin-top: 0;
}
.drag-form {
    margin-bottom: 10px;
}

#fileElem {
    display: none;
}

.text--bold {
    font-weight: bold;
}

.fz--8 {
    font-size: 8px !important;
}

.color--red {
    color: #ff2c2c !important;
}

.color--green {
    color: #00ac30 !important;
}

.color--blue {
    color: #0c7495;
}

.color--orange {
    color: #ff862c;
}

.neutral--color {
    color: #787878;
}

.l-separator {
    width: 100%;
    height: 0px;
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.flex-justify--space-between {
    justify-content: space-between;
}

/* anexar arquivo */

.update-file__text,
.materia .update-file__text {
    font-family: "Roboto" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    text-align: center;
    color: #646464 !important;
    margin: 16px 0px;
}

.drop-area {
    padding: 20px;
    margin: 20px;
}

.btn-anexar {
    border: 1px solid #646464 !important;
    width: 100px;
    height: 40px;
    border-radius: 8px;
    background-color: #fff !important;
    outline: none !important;
    color: #646464 !important;
    display: grid;
    place-items: center;
    font-weight: normal !important;
}

.min-height-180{
    min-height: 180px
}

.big--icon {
    height: 71px;
    width: 70px;
}

.fz--18 {
    font-size: 18px;
}

.with-shadow {
    background: #ffffff;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
    padding: 20px 20px 50px 20px;
}

.recurso-border {
    border: 1px solid #e6e6e6;
}

.text--title {
    font-family: "Calibre", "Inter", "Candara", "Segoe", "Segoe UI", "Optima",
        "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 17px 5px;
}

.btn--acessar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 97px;
    height: 37px;
    border-radius: 8px;

    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
}

.btn-no-hover-color--white:hover {
    color: #ffffff !important;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid rgb(202, 202, 209);
    border-right: 5px solid rgb(202, 202, 209);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn--text__center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text--gray {
    color: #868080;
}

.drop-file-text {
    z-index: 0;
    pointer-events: none;
}

.file-exists {
    font-size: 18px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 30px 10px 10px;
    margin-bottom: 30px;
    margin-left: 20px;
    cursor: auto;
}

.file-excludes {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    margin-left: 0;
    cursor: pointer;
}

.infos__list--unordered > li {
    list-style-type: disc !important;
}

.materia .fz--14{
    font-size: 14px !important;
}

.materia .fz--16{
    font-size: 16px !important;
}

.materia .fz--30{
    font-size: 30px !important;
}


.materia .fz--10{
    font-size: 10px !important;
}

.materia .fz--11{
    font-size: 11px !important;
}